home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 24
/
AACD 24.iso
/
AACD
/
Online
/
Epic4
/
share
/
epic
/
help
/
6_functions
/
pipe
< prev
next >
Wrap
Text File
|
2001-03-21
|
293b
|
17 lines
Synopsis:
$pipe(<program>)
Technical:
This function executes <program> and returns its output. It is defined in
the pipe(8) script.
Practical:
It's an easy way to grab the output of a program quickly.
Returns:
<program>'s output
See Also:
exec(5)